html {
  scrollbar-color: #666 #fff;
  /* scrollbar-width: thin; */
  font-size: 1rem;
}

body {
  font-family: "Lexend Deca";
  font-optical-sizing: auto;
  font-stretch: 25% 151%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Lexend Deca";
}
#ai-advantage {
  background-color: #03316d;
  font-family: "Lexend Deca", sans-serif;
}
.ai-bg {
  background-color: #010e1b;
}
.ai-hero-outer {
  border-radius: 0px;
  background: #010e1b;
}

.blue-circle-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.4;
  background: radial-gradient(
    50% 85% at 50% 50%,
    #066bffba 0%,
    #010e1b36 60%,
    #010e1b00 100%
  );
  z-index: 0;
}

.ai-hero {
  /* height: 100vh; */
  align-items: center;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 12cqmin clamp(2rem, 6vw, 6rem) 12cqmin clamp(2rem, 6vw, 6rem);
  overflow: hidden;
  position: relative;
}
.ai-hero .ai-health-circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 15%);
  bottom: -65%;
  margin: 0 auto;
  z-index: 0;
  max-width: 1000px;
  min-width: 365px;
  margin: 0 auto;
}

.banner-radial-bg-adv {
  position: absolute;
  left: -5%;
  width: 48%;
  height: 38rem;
  border-radius: 50%;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #00c4ffe0 0%,
    #008cffad 49%,
    rgba(160, 212, 235, 0) 100%
  );
  position: absolute;
  right: 0;
  bottom: 2%;
}

.ai-hero-container {
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  /* height: 100%; */
  max-width: min(90rem, 100%);
  position: relative;
  margin: 0 auto;
}

.ai-hero-left {
  width: 100%;
  /* max-width: 880px; */
  margin: 0 auto;
  position: relative;
  padding: 24px 0;
}
.ai-hero-left a.link_ref {
  margin: 0 auto;
  display: flex;
  width: max-content;
}
.ai-hero-left .cta-button.nav-link-connect {
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  color: #010e1b;
  font-weight: 400;
  padding: 5px 25px;
}

.health-hero-content {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.health-hero-content h2 {
  font-size: 5cqmin;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Lexend Deca";
}
.banner-ai-gradient {
  background: linear-gradient(90deg, #4deefd, #0385ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.health-hero-content p {
  color: #010e1b;
  font-size: 1rem;
  text-align: center;
  padding: 0 35px;
  font-weight: 400;
  max-width: 925px;
  margin: 0 auto;
  font-family: "Lexend Deca";
  line-height: 1.688rem;
}

.ai-hero-heading {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.9px;
  text-align: center;
  position: relative;
  display: table;
  padding: 0;
  margin: 0 auto;
  max-width: 925px;
}
.ai-icon-hero {
  position: absolute;
  left: 15px;
  top: -10px;
}

.ai-hero-text-gradient {
  background: linear-gradient(90deg, #07f4ff 33.18%, #0385ff 80.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-hero-description {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  line-height: 27px;
  max-width: 695px;
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
}

.hero-explore {
  background: #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 200px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 4cqmin;
}

.content-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-weight: 500;
  text-align: center;
}
.content-title span {
  background: linear-gradient(90deg, #07f4ff 20.77%, #0385ff 74.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-description {
  color: #d6e0f8;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 20px;
}

/* Ai tech solution style start here */
.ai-tech-solution {
  background: white;
  padding: 30px clamp(2rem, 6vw, 6rem);
}
.ai-tech-solution h2 {
  font-size: 2.5rem;
  color: #010e1b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.875rem;
  font-family: "Lexend Deca";
}
.tech-solution {
  width: 100%;
  display: flex;
  gap: 15px;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.expertise-card {
  border-radius: 12px;
  border: 2px solid #47a3fe;
  width: 33.3%;
  padding: 18px 20px;
  font-family: "Lexend Deca", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.expertise-bg {
  position: absolute;
  left: -8%;
  top: -69%;
  background: radial-gradient(
    21.62% 95.32% at 45.99% -0.86%,
    rgb(3 133 255 / 40%) 0%,
    rgba(214, 224, 248, 0.34) 100%
  );
  /* backdrop-filter: blur(10.050000190734863px); */
  transform: rotate(37deg);
  width: 115%;
  height: 235%;
  z-index: 0;
}

.expertise-header {
  display: flex;
  min-height: 58px;
  width: 100%;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.expertise-header svg path {
  fill: #010e1b;
}
/* .expertise-header::after {
  content: "";
  display: block;
  background: radial-gradient(
      50% 20% at 50% 80%,
      #008cff 0%,
      rgba(20, 20, 22, 0) 99.38%
    ),
    var(--0500, #010e1b00);
  max-width: 330px;
  height: 8px;
  position: absolute;
  width: 100%;
  bottom: 0;
} */

.expertise-icon {
  aspect-ratio: 0.9;
  object-fit: contain;
  object-position: center;
  width: 52px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.expertise-card h3.expertise-title {
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-basis: 0%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  color: #010e1b;
}

.expertise-divider {
  min-height: 2px;
  margin-top: 12px;
  width: 100%;
  border: none;
  background-color: transparent;
}

.expertise-content {
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  column-gap: 6px;
  z-index: 1;
  position: relative;
}

.expertise-feature {
  border-radius: 6px;
  background-color: #fff;
  width: auto;
  padding: 12px 15px;
  line-height: 20px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  color: #010e1b;
  font-family: "Lexend Deca";
  width: 100%;
  min-width: fit-content;
}

/* .expertise-feature:first-child {
  flex: 1;
} */

/* .expertise-feature:last-child {
  min-height: 64px;
  padding: 22px 12px;
  line-height: 22px;
  display: flex;
  align-items: center;
} */

/* For better accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

/* Focus styles for better accessibility */
:focus {
  outline: 0px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
/* Ai tech solution style end here */

/* Team style start here */
.ai-team-outer {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0px clamp(2rem, 6vw, 6rem);
}
.strategy-ellipse {
  position: absolute;
  left: 0;
  top: 0;
}

.ai-team-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  position: relative;
  /* background: radial-gradient(38.03% 14.34% at 50% 0%, rgb(3 133 255 / 41%) 0%, rgb(1 14 27 / 0%) 60.33%), radial-gradient(23.89% 12.3% at 50% 103.77%, #008cff80 0%, rgba(20, 20, 22, 0) 99.38%), var(--0500, #010e1b); */
}

.ai-team-container .stars-outer {
  bottom: 0;
}
.team-desc {
  color: var(--0500, #010e1b);
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  max-width: 675px;
  margin: 0 auto;
}
.ai-team-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 492px;
  height: auto;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  margin-bottom: 40px;
}
.ai-team-left .content-title,
.ai-team-left .ai-description {
  text-align: left;
}
.ai-team-description {
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  color: #fff;
}

.ai-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  column-gap: 58px;
}

.ai-team-card {
  text-align: left;
  margin-top: 0;
  border-bottom: 1px solid #3e77ae;
  position: relative;
  width: 158px;
}

.ai-team-card .spectacledcoder-gradient-card {
  margin: 20px auto;
  display: flex;
  background: linear-gradient(var(--gradient-angle), #002345, #153675);
  border-radius: 8px;
  animation: none;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.box5 {
  grid-column: 1;
}
.box6 {
  grid-column: 2;
}
.box7 {
  grid-column: 3;
}

.team-img-container {
  border-radius: 8px;
  background: radial-gradient(
    66.48% 77.52% at 1.96% 4.32%,
    rgba(40, 101, 219, 0.52) 0%,
    rgba(21, 54, 117, 0.08) 100%
  );
  backdrop-filter: blur(10.050000190734863px);
  -webkit-backdrop-filter: blur(10.050000190734863px);
  overflow: hidden;
  margin-bottom: 20px;
}
.team-img-container .spectacledcoder-content-card {
  padding: 0;
}

.team-img-container img {
  background-blend-mode: luminosity;
  background: radial-gradient(
    66.48% 77.52% at 1.96% 4.32%,
    rgba(40, 101, 219, 0.52) 0%,
    rgba(21, 54, 117, 0.08) 100%
  );
  border-radius: 18px;
  backdrop-filter: blur(10.050000190734863px);
  -webkit-backdrop-filter: blur(10.050000190734863px);
}

.ai-team-image-container {
  position: relative;
  width: 158px;
  height: 184px;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.ai-team-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
  border-radius: 8.564px;
  /* transition: opacity 1s ease; */
  /* transition: transform 0.5s ease; */
  z-index: 1;
  filter: brightness(1.05);
}

.ai-team-image-1 {
  opacity: 1;
}

.ai-team-image-2,
.ai-team-image-3 {
  opacity: 0;
}

.ai-team-card:hover .ai-team-image-1 {
  opacity: 0;
}

.ai-team-card:hover .ai-team-image-2 {
  animation: fadeInOut 0.85s infinite;
  animation-delay: 0.2s;
  opacity: 1;
}

.ai-team-card:hover .ai-team-image-3 {
  animation: fadeInLast 0.5s;
  animation-delay: 1s;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(126deg, rgb(56 140 255 / 60%), #051025); */
  background: radial-gradient(circle at -100%, rgb(56 140 255 / 60%), #051025);
  transition: all 0.5s ease;
  border-radius: 20px;
}
.ai-team-card:hover .gradient-overlay {
  background: linear-gradient(220deg, rgb(56 140 255 / 69%), #051025);
  animation: gradientShift 1.5s ease forwards;
}

.bottom-hover {
  background: radial-gradient(
    62.77% 29.69% at 50% 102.19%,
    #008cff 0%,
    rgba(20, 20, 22, 0) 99.38%
  );
  display: none;
  position: absolute;
  bottom: 0;
}
.ai-team-card:hover .ai-bottom-shadow {
  opacity: 1;
}
.ai-bottom-shadow {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  bottom: -4px;
  left: 0;
  background: radial-gradient(
      50% 20% at 50% 100%,
      #016fcaa1 0%,
      rgba(20, 20, 22, 0) 76.38%
    ),
    #010e1b00;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
    opacity: 0.7;
  }
  100% {
    background-position: 80% 100%;
    opacity: 0.9;
  }
}

@keyframes fadeInLast {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.team-outer {
  position: relative;
  width: 100%;
}
.ai-team-name {
  margin-bottom: 0.5rem;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.ai-team-role {
  margin-bottom: 20px;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.ai-team-bio-button {
  color: #010e1b;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
}

.ai-team-bio-button:hover {
  color: #008cff;
}
.ai-team-bio-button:hover svg path {
  stroke: #008cff;
}
.ai-team-bio-button svg {
  width: 16px;
  height: 16px;
}
.ai-team-bio-button svg path {
  fill: #010e1b;
}

.ai-team-card .team-gradient-card-outer {
  display: flex;
  border-radius: 8.564px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  overflow: hidden;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #7090b9,
    #b2cfed,
    #b2cfed,
    #7090b9
  );
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #63b9ff;
}

.ai-team-card:hover .team-gradient-card-outer {
  /* animation: rotationteam 5s linear 0s infinite normal forwards; */
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.spectacledcoder-content-card.team-bg {
  background: transparent\;;
}
.team-gradient-card {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 8.564px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.team-gradient-card::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: radial-gradient(
    88% 61% at -15.04% -6%,
    rgba(40, 101, 219, 0.52) -25%,
    rgb(21 54 117 / 0%) 100%
  );
  backdrop-filter: blur(10.050000190734863px);
  -webkit-backdrop-filter: blur(10.050000190734863px);
  z-index: 0;
  border-radius: 8.564px;
}
@keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* Team style end here */

/* Support style start here */
.support-ai-outer {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px clamp(2rem, 6vw, 6rem);
  width: 100%;
}
.support-ai-container {
  display: flex;
  flex-direction: column;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.support-circle-right {
  right: -16%;
  top: 0;
  position: absolute;
  z-index: 0;
}
.support-circle-left {
  left: -10%;
  bottom: -60%;
  position: absolute;
  z-index: 0;
}

.support-ai-grid {
  justify-content: center;
  width: 100%;
}

.support-ai-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.support-ai-column-startups {
  padding: 0;
}

.support-ai-column-startups .support-ai-column-title {
  text-align: left;
  font-family: "Lexend Deca";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}

.support-ai-card-title {
  margin-bottom: 0;
  color: #111827;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.support-ai-card-description {
  color: #043f8c;
  font-family: "Lexend Deca";
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.ai-smart-support {
  border-radius: 16px;
  border: 2px solid rgba(10, 135, 255, 0.24);
  background: #f2f6fc;
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  column-gap: 70px;
}
.ai-support-circle {
  width: 655px;
  /* height: 655.472px; */
  transform: rotate(359deg);
  flex-shrink: 0;
  position: absolute;
  left: -15%;
  bottom: -18%;
}
.ai-smart-title {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
  align-self: stretch;
  position: relative;
}
.ai-icon {
  position: absolute;
  left: -15px;
  top: -20px;
}
.ai-smart-left {
  padding-right: 25px;
}

.ai-smart-left p {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}
.book-btn {
   background: #051731;
   border-radius: 30px;
   
    padding: 10px 20px;
    width: fit-content;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    margin: 0 auto;
}
.book-btn:hover {
    box-shadow: 0px 0px 18px 0px #024fb6;
    transition: 0.5s ease-in;
     /* border: 2px solid var(--Foundation-Gray-100, #fcfdfd); */
}
.book-btn svg path {
  stroke: #fff;
}

/* Support style end here */

/* Faq style start here */
.ai-faq-outer {
  background: #fff;
  padding-bottom: 45px;
  position: relative;
}

.faq-circle-left {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, 0%); */
}
.faq-circle-right {
  position: absolute;
  top: 25%;
  right: 0;
  /* transform: translate(-50%, 0%); */
}
.ai-faq-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 25px clamp(2rem, 8vw, 8rem);
  text-align: center;
  padding-bottom: 15px;
}
.ai-faq-container ul {
  padding: 0;
  margin-bottom: 25px;
}
/* .ai-faq-container ul li {

} */
.ai-faq-container button.visual-item {
  --i: -1.25;
  width: 100%;
}
.ai-faq-container .component,
[id*="menu"] {
  grid-gap: 0.5em;
}

.ai-faq-container div,
.ai-faq-container ul {
  transform-style: preserve-3d;
}

.ai-faq-container .component {
  place-self: center;
  padding: 0.5em;
  font: clamp(0.625em, 5vw, 1.125em) monospace;
   width: 904px;
  margin: 0 auto;
}

[aria-expanded],
[id*="menu"] {
  --hid: 0;
}

[aria-expanded="false"],
[id*="menu"][inert] {
  --hid: 1;
  max-height: 80px;
}
.ai-faq-container button.cta-button {
  margin: 0 auto;
}
/* .ai-faq-container button {
  --highlight: 0 0 calc(var(--hl) * 7px) hsl(180, 90%, 50%);
  box-shadow: var(--highlight);
} */

.ai-faq-container button[disabled] {
  opacity: 0.375;
}

.ai-faq-container button:focus {
  outline: none;
}

.ai-faq-container button:not([disabled]) {
  cursor: pointer;
}

.ai-faq-container button:not([disabled]):is(:focus, :hover) {
  --hl: 1;
}

:not(li) > .toggler::after {
  width: 0.625em;
  aspect-ratio: 1;
  border: solid 0 currentcolor;
  border-width: 0 2px 2px 0;
  transform: rotate(calc(45deg - var(--hid) * 90deg));
  transition: inherit;
  content: "";
  display: inline;
  position: absolute;
  right: 30px;
  top: 30px;
}
/* transition: all 0.4s ease-in-out; */

.ai-faq-container .toggler[aria-expanded="true"] {
  --sel: 1;
}
.ai-faq-container .toggler[aria-expanded="false"] .faq-anser {
  height: 0;
}
.ai-faq-container .toggler.visual-item {
  border: 0;
  max-height: 85px;
  width: 100%;
  background: linear-gradient(
    123deg,
    rgb(3 133 255) -38%,
    rgb(3 133 255 / 17%) 65%
  );
  padding: 2px;
}
.toggler-bg {
  display: block;
  width: 100%;
  background: radial-gradient(
      38% 133% at 6% 30%,
      rgba(14, 118, 225, 0.59) -25%,
      rgba(5, 23, 47, 0) 100%
    ),
    #05162f;
  /* box-shadow: 0px -61px 25.3px 0px rgba(1, 14, 27, 0.52); */
  padding: 24px;
  height: 100%;
  border-radius: 16px;
}

.ai-faq-container .visual-item {
  --m: calc(0.5 * var(--n));
  --dif: calc(var(--m) - var(--i) - 1);
  grid-gap: 1.5em;
  grid-template-columns: max-content Min(12.5em, 20vw) max-content;
  align-items: center;
  overflow: hidden;
  padding: 1em;
  border-radius: 0.5rem;
  transform: translate3d(
    0,
    calc(var(--hid) * var(--dif) * (100% + 0.5em)),
    calc(var(--hid) * (var(--i) + 1) * -2.5em)
  );
  --cast-back: 0 -1px 1px -1px hsla(0, 0%, 0%, 0.145),
    0 -2px 2px -2px hsla(0, 0%, 0%, 0.137),
    0 -6px 6px -3px hsla(0, 0%, 0%, 0.118),
    0 -20px 20px -4px hsla(0, 0%, 0%, 0.05);
  box-shadow: var(--cast-back);
  /* background: linear-gradient(96deg, #093772 -29.73%, #010e1b 105.03%);
  border: 2px solid #0a4989b0; */
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-weight: 300;
  filter: brightness(calc(1 - (var(--i) + 1) * var(--hid) * 0.1));
  border-radius: 16px;
}
.ai-faq-container .faq-active-list .visual-item {
  background: linear-gradient(96deg, #093772 -29.73%, #010e1b 105.03%);
  border: 2px solid #0a4989b0;
}

.ai-faq-container .visual-item .ico {
  place-content: center;
  font-size: 1rem;
  margin-right: 15px;
}
.ai-faq-container .visual-item .ico svg {
  margin-top: -8px;
}
.ai-faq-container ul li.visual-item.faq-item {
  height: 100%;
  margin: 0px auto;
}

.ai-faq-container .visual-item > .toggler {
  font-size: 2em;
}
.ai-faq-container ul li.visual-item.faq-item .faq-question {
  display: none;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item .faq-question {
  display: flex;
  /* min-height: 85px; */
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(1) {
  width: 95%;
  margin-top: 10px;
  box-shadow: 0px -33px 10px #ffffff1c;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(2) {
  width: 90%;
  margin-top: -10px;
  box-shadow: 0px -33px 10px #ffffff73;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(3) {
  width: 85%;
  margin-top: -10px;
  box-shadow: 0px -49px 10px #ffffff9c;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(4) {
  width: 80%;
  margin-top: -10px;
  box-shadow: 0px -49px 10px #ffffff00;
  filter: none;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(1),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(2),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(3),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(3) {
  box-shadow: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(5),
.ai-faq-container ul li.visual-item.faq-item:nth-child(6),
.ai-faq-container ul li.visual-item.faq-item:nth-child(7),
.ai-faq-container ul li.visual-item.faq-item:nth-child(8),
.ai-faq-container ul li.visual-item.faq-item:nth-child(9),
.ai-faq-container ul li.visual-item.faq-item:nth-child(10) {
  display: none;
}
.ai-faq-container ul.faq-active-list li {
  width: 100% !important;
  margin: 10px 0 !important;
  line-height: 20px;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child() {
  width: 100% !important;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(5),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(6),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(7),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(8),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(9),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(10) {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .ai-faq-container .visual-item {
    transition: 0.375s cubic-bezier(0.35, 1.35, 0.65, 1);
    border-radius: 16px;
    border: 2px solid #b2ceea82;
    background: radial-gradient(
        288.58% 83.77% at 6.08% 30.54%,
        rgb(47 73 98 / 49%) 0%,
        rgba(5, 23, 47, 0) 100%
      ),
      #ffffff;
  }
}

.ai-faq-container button.visual-item {
  --i: -1.4;
  z-index: 1; /* Safari bugginess fix */
  box-shadow: var(--highlight), var(--cast-back);
  text-align: left;
  position: relative;
}
.ai-faq-container button.visual-item span.icon {
  position: absolute;
  right: 15px;
}
.faq-question {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border-radius: 12px;
  font-size: 1.25rem;
  position: relative;
}
.faq-question span.faq-text {
  padding-right: 25px;
  flex: 1;
}

.faq-question span {
  font-size: 1rem;
  font-family: "Lexend Deca";
  text-align: left;
}
.faq-question span.icon {
  /* position: absolute;
  right: 0;
  top: -18px; */
  font-weight: 200;
  font-size: 2rem;
  margin-top: -3px;
}

.faq-question i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  line-height: 1.6;
  transition: all 0.1s ease-in-out;
  font-size: 0.875rem;
  font-family: "Lexend Deca";
  /* opacity: 0; */
  transition: 1s ease;
}
.faq-answer p {
  display: none;
}
.faq-answer.active p {
  display: flex;
}
.faq-answer.active {
  padding: 15px 0;
  max-height: 325px;
  opacity: 1;
  /* transition: max-height 0.1s ease-in, padding 1.3s ease-in; */
}
.faq-answer p {
  font-size: 0.875rem;
}
.faq-answer.active p {
  font-size: 0.875rem;
  font-family: "Lexend Deca";
  font-weight: 300;
  margin-bottom: 0;
}

.ai-faq-button {
  border-radius: 16px;
  border: 2px solid #0385ff;
  background: radial-gradient(
      288.58% 83.77% at 6.08% 30.54%,
      rgba(14, 118, 225, 0.59) 0%,
      rgba(5, 23, 47, 0) 100%
    ),
    #05162f;
  box-shadow: 0px -61px 25.3px 0px rgba(1, 14, 27, 0.52);
}

/* Faq style end here */

/* Lets talk style start here */
/* Base styles */
.lets-ai-healthcare-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.lets-ai-healthcare-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 27px;
  width: 100%;
  padding: 42px 20px 20px;
}
.lets-ai-healthcare-content .cta-button {
  margin-top: 0;
}

/* Heading styles */
.lets-heading-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lets-main-heading {
  /* width: 622px; */
  text-align: center;
  font-family: "Lexend Deca";
  color: #010e1b;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin: 0;
  min-width: 352px;
  display: inline-block;
}

.lets-heading-light {
  color: #e9ebf8;
}

.lets-heading-gradient {
  background: linear-gradient(90deg, #07f4ff 39.26%, #0385ff 91.76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lets-ai-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -40px;
  top: -5px;
  margin-right: 10px;
}

/* Description styles */
.lets-description {
  width: 600px;
  text-align: center;
  font-family: "Lexend Deca";
  color: #010e1b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
}
.cta-button.nav-link-connect {
  background-color: #010e1b;
}

/* Lets talk style end here */

/* Ai experience section start here */

.ai-exp-outer {
  background: #010e1b;
  padding: 0;
  position: relative;
}
.exp-circle-left {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, 0%); */
}
.exp-circle-right {
  position: absolute;
  top: 0;
  right: 0;
}
.ai-exp-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 0 16px;
}
.ai-advantage-container {
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 0px 20px 80px 20px;
  text-align: center;
  position: relative;
}
.ai-exp-title {
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  /* font-size: 75px; */
  font-size: 10.85cqmin;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  padding-top: 8cqmin;
}
.ai-exp-title span {
  position: relative;
  display: block;
  display: inline-block;
  text-align: center;
}
.ai-exp-title span svg {
  position: absolute;
  left: -22px;
  top: 0;
}
.exp-ai {
  text-align: center;
}
.exp-ai p {
  padding: 30px 0;
}
.exp-ai button {
  margin: 0 auto;
}

/* Ai experience section end here */

/* Tech Section Styles */
.tech-section {
  width: 100%;
  padding: 10px clamp(2rem, 6vw, 6rem);
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.tech-content-wrap {
  position: relative;
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.tech-heading {
  text-align: center;
  color: #010e1b;
  font-size: 2.5rem;
  /* font-size: 5.80cqmin; */
  font-weight: 500;
  line-height: 48px;
  font-family: "Lexend Deca";
}
.tech-card-bg {
  border: 2px solid #47a3fe;
  overflow: hidden;
  width: 100%;
  max-width: 44%;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.tech-card-bg:hover {
  /* background: linear-gradient(330deg, #2865db 10%, rgb(3 133 255 / 0%) 100%); */
  animation: rotation 5s linear 0s infinite normal forwards;
}

@keyframes rotation {
  0% {
    --gradient-angle: 330deg;
  }
  100% {
    --gradient-angle: 160deg;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 160deg;
  inherits: false;
}

.tech-card {
  padding: 32px;
  border-radius: 16px;
  outline-offset: -2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin: 0px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.tech-card.tech-card-light::before {
  background: radial-gradient(
    30.62% 106.32% at 65.99% 3.14%,
    rgba(3, 133, 255, 0.28) 0%,
    rgba(214, 224, 248, 0.34) 100%
  );
  /* backdrop-filter: blur(10.050000190734863px);
  -webkit-backdrop-filter: blur(10.050000190734863px); */
}

.tech-card::before {
  content: "";
  background: radial-gradient(
    17.62% 68.32% at 42.99% 8.14%,
    rgb(10 62 102) 2%,
    #032445 100%
  );
  width: 139%;
  height: 152%;
  z-index: -1;
  position: absolute;
  left: -13%;
  top: -21%;
  border-radius: 17px;
  transform: rotate(16deg);
}

.tech-card-bg:nth-child(2n) {
  margin-left: 0;
  left: -40px;
  top: 60px;
}
.tech-card-bg:nth-child(3n) {
  left: 50px;
}
.tech-card-bg:nth-child(4n) {
  left: 0;
}

.tech-card-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 11px;
  text-align: left;
}

.tech-card-header svg {
  width: 35px;
  height: 35px;
}
.tech-card.tech-card-light .tech-card-header svg path {
  stroke: #010e1b;
}
.tech-card-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.tech-card.tech-card-light .tech-card-title {
  color: #010e1b;
}
.tech-card-header::after {
  content: "";
  display: block;
  background: radial-gradient(
      50% 20% at 50% 80%,
      #008cff 0%,
      rgba(20, 20, 22, 0) 99.38%
    ),
    var(--0500, #010e1b00);
  max-width: 330px;
  height: 8px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.tech-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.tech-card-item {
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tech-card.tech-card-light .tech-card-item {
  background: #bed9f3;
}

.tech-card-text {
  flex: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lexend Deca";
  line-height: 27px;
  margin-bottom: 0;
  text-align: left;
}
.tech-card.tech-card-light .tech-card-text {
  color: #010e1b;
}
.tech-cards-container {
  width: 100%;
  background-image: url(../../whiteForest/images/ai-healthcare/tech-bg.svg);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
  justify-content: space-between;
  margin-bottom: 50px;
}

/* Ai solution style start here */
.ai-solution-outer {
  margin: 0 auto;
  padding: 30px clamp(2rem, 6vw, 6rem);
}

.solution-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
}

.solution-header {
  text-align: center;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.solution-header h2 {
  font-size: 2.5rem;
  color: #111827;
  margin: 0;
  font-weight: 500;
  font-family: "Lexend Deca";
  text-align: left;
}

.solution-header h2 span {
  color: #00a8ff;
}

.view-more-link {
  color: #2286e8;
  display: flex;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  column-gap: 10px;
  display: none;
}
.view-more-link svg path {
  stroke: #2286e8;
}
.view-more-link:hover {
  color: #010e1b;
}
.view-more-link:hover svg path {
  stroke: #010e1b;
}
.solution-cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.solution-card-new {
  /* flex: 1 1 300px; */
  /* width: 390px; 
  max-height: 500px;*/
  padding: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(174, 190, 205, 0.25);
  background: linear-gradient(
      180deg,
      rgba(15, 63, 107, 0) 50%,
      rgba(15, 63, 107, 0.1) 99.94%
    ),
    #fff;
}

/* .solution-card-new:hover {
            transform: translateY(-5px);
        } */

.solution-card-bg {
  width: 100%;
  border-radius: 18px;
  max-height: 228px;
  overflow: hidden;
}
.solution-card-bg img {
  border-radius: 18px;
  object-fit: contain;
  width: 100%;
}
.solution-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 76, 153, 0.9)
  );
  z-index: 2;
}

.solution-card-content {
  width: auto;
  padding-top: 25px;
}

.solution-card-title-ai {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #010e1b;
  font-family: "Lexend Deca";
  min-height: 50px;
}

.solution-card-description {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
  color: #010e1b;
  min-height: 65px;
}
.solution-card-content .cta-button.nav-link-connect {
  background-color: #fff;
  padding: 5px 15px;
}
.solution-card-content .cta-button.nav-link-connect span {
  color: #010e1b;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Lexend Deca";
}

/* Ai solution style end here */

/* Ai Success style start here */

.success-section {
  background-color: #fff;
  color: white;
  width: 100%;
  padding: 30px clamp(2rem, 6vw, 6rem);
  position: relative;
}
/* .success-section::before {
  content: "";
  display: flex;
  height: 10px;
  position: absolute;
  top: -8px;
  width: 800px;
  right: auto;
  margin: 0 auto;
  background: radial-gradient(
      50% 20% at 50% 80%,
      #008cffb3 0%,
      rgba(20, 20, 22, 0) 99.38%
    ),
    var(--0500, #010e1b00);
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, 0px);
} */

.success-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
}
.success-heading-outer {
  text-align: center;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.success-heading h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Lexend Deca";
  color: #010e1b;
  text-align: left;
}

.success-subheading {
  margin: 0;
  line-height: 1.5;
  color: #010e1b;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lexend Deca";
  text-align: left;
}

.success-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
}

.success-card {
  border-radius: 12px;
  overflow: hidden;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  position: relative;
  min-width: 425px;
  width: 33.3%;
}

.success-card-logo {
  width: 36px;
  height: 36px;
  background-color: #1e90ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.success-card-location {
  font-size: 0.8rem;
  color: #b0b0b0;
}

.success-card-content {
  padding: 0px;
  /* background-image: url(../../whiteForest/images/ai-healthcare/success-img.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.success-card-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.success-card-content:hover img {
  transform: scale(1.2);
}
.success-card-overlay {
  background: linear-gradient(180deg, rgba(23, 39, 56, 0) 0%, #172738 72.6%);
  padding: 20px;
  position: absolute;
  min-height: 200px;
  bottom: 0;
  align-content: end;
}

.success-card-label {
  width: 100px;
  color: #808080;
}

.success-card-value {
  flex: 1;
}

.success-card-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
}

.success-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.success-card-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-left: 10px;
}

/* .success-card-content:hover a .success-card-overlay .success-card-arrow svg path {
  stroke: #004c99;
} */
.success-card-description {
  line-height: 20px;
  color: #d0d0d0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.banner-explore {
  margin: 0 auto;
}
/* Ai Success style end here */

/* Ai custom healthcare style start here */
.custom-image-outer {
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
}
.custom-healthcare {
  margin: -100px auto 0 auto;
  padding: 0 clamp(2rem, 6vw, 6rem);
}
.custom-image-section {
  padding: 15px 0;
  display: flex;
  column-gap: 15px;
  position: relative;
  justify-content: center;
}
.custom-img1,
.custom-img3 {
  /* flex: 0 0 16%; */
  width: 17.57%;
}
.custom-img2 {
  width: 62.43%;
}
.custom-img1,
.custom-img2,
.custom-img3 {
  border-radius: 16px;
  overflow: hidden;
  height: auto;
}
.custom-img1 img,
.custom-img2 img,
.custom-img3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.custom-img2 {
  position: relative;
}
.custom-img-title {
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  background: linear-gradient(180deg, #010e1b08 35%, #010e1b8f 93.27%);
  display: flex;
  justify-content: center;
  align-items: end;
}
.custom-img-title h2 {
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 39px; /* 121.875% */
  margin-bottom: 0;
}

.trust-banner {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  margin: 24px auto;
  max-width: min(90rem, 100% - 1rem);
}

.trust-card {
  border-radius: 8px;
  flex-grow: 1;
  background: linear-gradient(
    92deg,
    #47a3fe 1.54%,
    rgba(242, 246, 252, 0) 50.15%,
    #47a3fe 98.76%
  );
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  /* min-width: 265px;
max-width: 290px; */
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  min-height: 99px;
}

.trust-card:before {
  content: "";
  display: block;
  width: 99.25%;
  height: 98%;
  left: 1px;
  position: absolute;
  background: linear-gradient(
    92deg,
    #f2f6fc 1.54%,
    rgb(255 255 255) 50.15%,
    #f2f6fc 98.76%
  );
  margin: 0;
  border-radius: 8px;
  z-index: 0;
}
.trust-card .icon-container {
  top: 0;
  margin-left: 0;
  position: relative;
}
/* 
.trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
 
} */

.trust-card .content {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.trust-card .number {
  font-size: 2.5rem;
  font-weight: 500;
  color: #3b82f6;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
  font-family: "Lexend Exa";
}

.trust-card .description {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}
/* Ai custom healthcare style end here */

/* Ai why healthcare team start here */
.support-container {
  display: flex;
  column-gap: 85px;
}
.support-health-img {
  border-radius: 16px;
  overflow: hidden;
  min-width: 572px;
  max-height: 456px;
}
.support-health-img img {
  object-fit: contain;
  height: 100%;
}
.why-health-container,
.services-container {
  overflow: hidden;
}

.why-health-accordion,
.services-accordion {
  border: none;
}
.why-health-accordion {
  min-height: 450px;
}
.services-accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 10px 16.9px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  min-width: 616px;
  min-height: 535px;
}
.service-accordian-outer {
  position: absolute;
  padding: 28px 46px;
}

.why-health-accordion-item,
.services-accordion-item {
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
}
.services-accordion-item:last-child {
  border-bottom: 0;
}
.why-health-accordion-item.active,
.services-accordion-item .active {
  border-bottom: 1px solid rgba(1, 14, 27, 0.7);
}
.why-health-accordion-item.active
  .why-health-accordion-header
  .why-health-accordion-icon::after,
.why-health-accordion-item.active
  .why-health-accordion-header
  .why-health-accordion-icon::before,
.services-accordion-item
  .active
  .services-accordion-header
  .why-health-accordion-icon::after,
.services-accordion-item
  .active
  .services-accordion-header
  .why-health-accordion-icon::before {
  background-color: #010e1b;
}
/* .why-health-accordion-item:last-child,
.services-accordion-item:last-child {
  border-bottom: none;
} */

.why-health-accordion-header,
.services-accordion-header {
  background: none;
  border: none;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.why-health-accordion-header span,
.services-accordion-header span {
  flex: 1;
  color: #4d565f;
  font-family: "Lexend Deca";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
}
.why-health-accordion-item.active .why-health-accordion-header span,
.services-accordion-item.active .services-accordion-header span {
  color: #010e1b;
}
.why-health-accordion-header:focus,
.services-accordion-header:focus {
  outline: none;
}

.why-health-accordion-icon,
.services-accordion-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}

.why-health-accordion-icon::before,
.why-health-accordion-icon::after,
.services-accordion-icon::before,
.services-accordion-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #4d565f;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-health-accordion-icon::before,
.services-accordion-icon::before {
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.why-health-accordion-icon::after,
.services-accordion-icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  top: 50%;
  left: 50%;
}

.why-health-accordion-item.active .why-health-accordion-icon::after,
.services-accordion-item.active .services-accordion-icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.why-health-accordion-content,
.services-accordion-content {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease; */
  opacity: 0;
}

.why-health-accordion-item.active .why-health-accordion-content,
.services-accordion-item.active .services-accordion-content {
  max-height: 500px;
  padding: 0px 0 24px 0;
  opacity: 1;
}

.why-health-accordion-content p,
.services-accordion-content p {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  margin-bottom: 0;
  max-width: 580px;
  width: 95%;
}

.why-health-accordion-content ul,
.services-accordion-content ul {
  color: #4b5563;
  font-size: 0.938rem;
  line-height: 1.7;
  margin: 12px 0 0 20px;
}

.why-health-accordion-content li,
.services-accordion-content li {
  margin: 8px 0;
}

@media (max-width: 768px) {
  .why-health-accordion-content p,
  .services-accordion-content p {
    width: 100%;
  }
  .ai-team-outer,
  .support-ai-outer {
    padding: 0 !important;
  }
  .why-health-container,
  .services.services-container {
    margin: 0;
    border-radius: 0;
    width: 100%;
  }

  .why-health-accordion-header,
  .services-accordion-header {
    padding: 20px 0;
    font-size: 1.125rem;
  }

  .why-health-accordion-item.active .why-health-accordion-content,
  .services-accordion-item.active .services-accordion-content {
    padding: 20px 0;
  }
}

/* Ai why healthcare team end here */

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 420px) {
  .ai-hero-heading br {
    display: none;
  }
  .ai-hero-heading {
    font-size: 2rem !important;
  }
  .ai-hero-heading .ai-icon-hero {
    top: -25px !important;
  }
  .ai-hero-container {
    padding: 30px 0 50px 0px;
  }
  .ai-hero {
    padding: 12cqmin 20px 0 20px;
  }
  .ai-faq-container ul li.visual-item.faq-item:nth-child(4) {
    margin-top: 25px;
  }
  .ai-hero .ai-health-circle path {
    stroke-width: 100px;
  }
  .faq-heading {
    font-size: 1rem !important;
  }
  .toggler-bg {
    padding: 24px 12px;
  }
  .ai-faq-container .visual-item {
    padding: 1em 14px;
  }
  .faq-question span.faq-text {
    padding-right: 0;
  }
  .spectacledcoder-content-card {
    padding: 30px 20px;
  }
  .ai-exp-column {
    min-width: 305px;
  }
  .ai-advantage-container {
    padding: 0;
  }
  .solution-card-description {
    min-height: 95px;
  }
  /* .solution-card-new {
    flex: 0 0 100% !important;
  } */
  .lets-main-heading {
    font-size: 1.6rem !important;
  }
  /* .lets-heading-container .lets-ai-icon {
    right: 0 !important;
  } */
  .solution-card-new {
    min-width: 332px;
  }
  .solution-cards-container {
    gap: 22px;
  }
  .success-card {
    max-width: 355px;
  }
  .success-cards {
    gap: 16px;
  }
  .tech-cards-container {
    gap: 20px !important;
  }
  .ai-team-container .team-desc {
    max-width: 100%;
    padding: 0 16px;
  }
  .custom-img-title {
    padding: 15px;
  }
  .custom-img-title h2 {
    font-size: 1.25rem !important;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .custom-img-title h2 {
    line-height: 26px;
    font-size: 1.25rem;
  }

  .success-cards .success-card {
    min-width: 335px !important;
  }
  .ai-hero-heading .ai-icon-hero {
    left: 0;
    top: -20px;
  }
  .ai-hero .ai-health-circle {
    bottom: -18% !important;
  }
  .tech-solution .expertise-card {
    width: 100% !important;
  }
  .why-health-accordion {
    min-height: unset;
  }
  .health-hero-content p {
    max-width: unset !important;
    padding: 0 16px !important;
  }
  .service-accordian-outer {
    position: unset;
    padding: 0 16px;
  }
  .ai-smart-support {
    padding: 35px 16px;
  }
  .services-accordion {
    min-height: unset;
  }
  .faq-question span.faq-text {
    padding-right: 0;
  }
  /* .ai-hero-right img {
    width: 100%;
  } */
  .tech-card-bg {
    min-width: 75% !important;
  }
  .tech-section {
    padding: 40px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .tech-heading {
    font-size: 1.75rem;
    line-height: 36px;
  }

  .tech-card {
    padding: 20px;
  }

  .tech-card-header {
    gap: 10px;
  }

  .tech-card-title {
    font-size: 1rem;
  }

  .tech-card-item {
    padding: 12px;
  }

  .tech-card-text {
    font-size: 0.813rem;
    line-height: 22px;
  }
  .health-hero-content h2 {
    font-size: 2.5rem;
  }

  .success-section {
    padding: 40px 0;
  }

  .success-card {
    min-width: 75% !important;
  }
  .tech-heading {
    padding: 0 16px;
  }

  .success-heading {
    font-size: 1.8rem;
  }

  .success-card-title {
    font-size: 1rem !important;
  }
  .support-ai-grid .ai-smart-support {
    padding: 35px 16px 16px 16px;
  }
  .success-heading h2,
  .solution-header h2 {
    text-align: center;
  }
  .success-cards,
  .solution-cards-container {
    gap: 15px !important;
  }
  .solution-card-new {
    min-width: 75% !important;
    width: 100%;
    padding: 15px;
    flex: 0 0 75% !important;
  }
  .tech-content-wrap .tech-heading {
    text-align: center;
    align-self: center;
    padding: 0 16px;
  }
  .success-subheading {
    max-width: 100% !important;
    text-align: center;
  }
  :not(li) > .toggler::after {
    top: 34px;
  }
}

@media (max-width: 521px) {
  .ai-hero .ai-health-circle {
    bottom: -25%;
  }
  .faq-question span {
    font-size: 0.875rem;
  }
  .ai-faq-container {
    padding: 50px 20px;
    text-align: center;
  }

  .content-display {
    width: 90%;
  }

  .ai-team-grid {
    margin-bottom: 0;
  }
  .ai-exp-outer {
    padding: 20px;
  }
  .ai-exp-container {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .ai-faq-container .component {
    padding: 0;
  }
  .ai-exp-column {
    min-width: fit-content !important;
  }
  .exp-circle {
    left: 0;
  }
  .ai-advantage-container {
    max-width: fit-content;
    margin: 0 auto;
  }
  .ai-team-grid {
    gap: 1.5rem;
  }
  .tech-solution .expertise-card {
    max-width: unset !important;
  }
  .ai-hero-description,
  .ai-journey-description,
  .ai-description,
  .ai-adopt-description {
    line-height: 24px;
  }
  .tech-card::before {
    transform: rotate(6deg) !important;
  }
}
@media (max-width: 640px) {
  .ai-hero .ai-health-circle {
    bottom: -35%;
  }
  .custom-img2 {
    width: 100%;
  }

  .ai-hero .ai-health-circle path {
    stroke-width: 100px;
  }
  .tech-section {
    padding: 40px 0;
  }
  .ai-hero {
    padding: 85px 16px;
  }
  .cta-button {
    width: auto;
  }
  .custom-img1,
  .custom-img3 {
    display: none;
  }
  .lets-main-heading {
    width: 100%;
    font-size: 2rem;
  }

  .lets-description {
    width: 100%;
  }
  .lets-ai-healthcare-content .cta-button {
    width: auto;
  }
  .solution-container {
    max-width: unset !important;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  h2,
  .support-ai-column-startups .support-ai-column-title {
    font-size: 1.5rem !important;
  }
  .ai-team-container .content-title {
    padding: 0 20px;
  }
  .ai-hero-description {
    font-size: 0.875rem;
  }
  .tech-card {
    max-width: 100% !important;
  }
  .ai-team-container {
    padding: 30px 0 0 0;
  }

  .tech-content-wrap {
    max-width: unset;
  }
  .tech-card-bg:first-child {
    margin-left: 20px;
  }
  .tech-card-bg {
    max-width: unset;
    height: fit-content;
    min-height: 432px;
    width: auto;
    min-width: 335px;
  }
  .tech-card-bg:last-child {
    margin-right: 20px;
  }
  .trust-banner {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .trust-card {
    flex-direction: column;
    min-height: 145px;
  }
  .trust-banner .trust-card:first-child {
    margin-left: 16px;
  }
  .trust-banner .trust-card:last-child {
    margin-right: 16px;
  }
  .trust-card:before {
    top: 0.5px;
    height: 99%;
  }
  .trust-banner {
    gap: 12px !important;
  }
  .trust-card .content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .faq-question span.icon {
    font-size: 1.5rem !important;
  }

  .ai-exp-column {
    min-width: 400px;
  }
  .ai-exp-header h1 {
    font-size: 2rem;
  }
  .ai-team-grid {
    grid-template-columns: 1fr;
  }
  /* .expertise-card {
    max-width: 350px !important;
  } */

  .faq-question span {
    font-size: 0.75rem;
  }
  .faq-active-list .faq-question span {
    font-size: 1rem;
  }

  .ai-exp-container {
    padding: 20px;
  }
  .ai-exp-title {
    font-size: 2.5rem !important;
  }

  .ai-faq-container .cta-button,
  .ai-advantage-container .cta-button {
    display: inline-block;
    width: auto;
  }
  .ai-exp-title span svg {
    left: -42px;
  }
  .ai-team-container {
    max-width: unset;
  }
  .ai-team-outer {
    border-radius: 0;
    padding: 0;
  }
  .ai-team-grid {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    scrollbar-width: none;
    flex-direction: row !important;
    width: 100% !important;
    padding: 0;
  }
  .ai-team-card:first-child {
    margin-left: 20px;
  }
  .ai-team-card:last-child {
    margin-right: 20px;
  }
  .ai-team-role {
    min-height: 25px;
  }
  .services-accordion {
    padding: 16px;
  }
  .faq-answer.active p {
    font-size: 0.875rem;
    font-family: "Lexend Deca";
    font-weight: 300;
  }
  .ai-faq-container ul li.visual-item.faq-item:nth-child(4) {
    width: 80%;
    margin-top: -8px;
  }
  .tech-section {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0;
    padding: 50px 0px !important;
  }

  .tech-heading {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 0;
  }

  .tech-card {
    padding: 32px 24px;
  }

  .tech-card-title {
    font-size: 1.125rem;
  }

  .tech-card-text {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .expertise-card {
    flex: none !important;
    justify-content: left !important;
    scrollbar-width: none;
    flex-direction: row !important;
    width: 100%;
    max-width: 48% !important;
  }
  .ai-tech-solution {
    padding: 0 16px !important;
  }
  .support-ai-column-startups {
    padding: 35px 0 30px 0;
  }

  .expertise-feature {
    font-size: 0.875rem;
  }

  .support-ai-column {
    width: 100%;
  }
  .support-ai-grid {
    padding: 0 16px;
  }

  .success-card {
    max-width: 100%;
  }

  .success-heading {
    font-size: 2rem;
  }

  .support-circle-left {
    display: none;
  }
  .support-ai-outer {
    padding: 0 20px;
  }
  .support-circle-right {
    display: none;
  }

  .support-ai-container,
  .health-hero-content {
    max-width: unset;
  }

  .team-desc {
    max-width: 75%;
  }
  .ai-smart-support {
    padding: 30px 24px;
  }

  .ai-hero-description {
    max-width: unset;
  }
  .lets-main-heading {
    width: max-content;
    min-width: unset;
  }
  /* .ai-hero .ai-health-circle path {
    stroke-width: 100px;
  } */
  .tech-section {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .ai-hero .ai-health-circle svg path {
    stroke-width: 100px;
  }
}
@media (max-width: 820px) {
  .faq-circle-left {
    display: none;
  }
  .solution-header {
    display: block;
  }
  .health-hero-content h2 {
    font-size: 2.5rem !important;
  }
  .ai-solution-outer {
    position: relative;
  }
  .view-more-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .tech-card::before {
    transform: rotate(10deg);
  }
  .ai-team-grid {
    gap: 1.5rem !important;
  }
  .faq-question span.icon {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .book-btn  {
    margin-bottom: 30px;
  }
  .custom-img-title h2 {
    line-height: 26px;
  }
  .lets-main-heading {
    width: 100%;
    padding: 0;
  }

  .lets-description {
    width: 100%;
    padding: 0;
  }

  .lets-ai-icon {
    right: -30px !important;
    top: -12px;
    left: unset;
    margin-right: 0;
    position: absolute;
  }
  .tech-card::before {
    content: "";
    background: radial-gradient(
      17.62% 68.32% at 42.99% 8.14%,
      rgb(10 62 102) 2%,
      rgb(0 18 32) 100%
    );
    width: 135%;
    height: 140%;
    border-radius: 17px;
    transform: rotate(10deg);
  }

  .support-circle-right {
    right: -30%;
  }
  .trust-banner .trust-card {
    min-width: 235px;
    max-width: 280px;
    justify-content: center;
  }
  .ai-faq-container .component {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .ai-hero-heading {
    font-size: 2rem;
  }
  .health-hero-content p {
    font-size: 0.875rem;
    padding: 0 0;
  }
  .ai-hero-container {
    flex-direction: column;
    gap: 5px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ai-hero-left {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .custom-healthcare {
    padding: 0;
  }
  .custom-image-section {
    padding: 15px 16px;
  }

  .ai-icon-hero {
    left: 5px;
    top: -12px;
  }
  .ai-solution-outer {
    padding: 0;
  }
  .solution-header {
    padding: 0 16px 20px 16px;
  }
  .solution-card-new:first-child {
    margin-left: 20px;
  }
  .solution-card-new:last-child {
    margin-right: 20px;
  }
  .lets-ai-healthcare-content {
    padding-top: 50px;
  }
  .success-subheading {
    max-width: 72%;
  }
  .service-accordian-outer {
    width: 100%;
  }

  .ai-team-grid {
    justify-content: space-between;
    width: 100%;
  }

  .health-hero-content {
    max-width: 630px;
  }
  .ai-hero-description {
    margin: 0 auto;
  }
  .ai-team-container {
    flex-direction: column;
  }
  .banner-explore {
    margin: 4cqmin auto;
  }
  .ai-faq-container {
    padding: 0px 20px;
  }
  .ai-exp-container {
    max-width: unset;
    margin: 0 auto;
    padding: 0;
  }

  .ai-faq-container .component {
    position: relative;
    z-index: 1;
  }
  .faq-active-list .faq-question span {
    font-size: 14px;
    text-align: left;
  }
  .tech-solution {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .expertise-card {
    flex: 1 1 calc(33.33% - 10px);
  }
  .expertise-card:nth-child(3) {
    /* flex: 1 1 100%; */
    margin: 0 auto;
    /* max-width: 429px; */
  }
  .health-hero-content p {
    max-width: unset;
  }
  .ai-tech-solution {
    padding: 0 16px;
  }
  .success-container {
    width: 100%;
    max-width: 100%;
  }
  .success-cards,
  .solution-cards-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 30px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .success-card {
    min-width: 425px;
  }
  .success-card:first-child {
    margin-left: 20px;
  }
  .success-card:last-child {
    margin-right: 20px;
  }

  .success-section {
    padding: 40px 0;
  }
  .ai-team-container::before,
  .success-section::before {
    width: 100%;
  }
  .tech-section {
    padding: 40px 0;
  }
  .tech-content-wrap {
    max-width: unset;
  }
  .tech-card-bg:first-child {
    margin-left: 20px;
  }
  .tech-card-bg:last-child {
    margin-left: 20px;
  }
  .tech-card-bg:nth-child(4n) {
    margin-right: 20px;
  }
  .ai-team-grid {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .solution-container {
    padding: 0;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .green-circle-bg {
    background: radial-gradient(
      25% 50% at 50% 50%,
      #57c6bfcc 0%,
      #316a63b0 60%,
      #010e1bc7 100%
    );
  }
  .ai-team-outer,
  .support-ai-outer {
    padding: 0 16px;
  }
  .ai-team-grid {
    padding: 16px 0;
    gap: 1rem;
  }
  .success-section {
    padding: 40px 0;
  }
  .custom-img-title h2 {
    font-size: 24px;
  }
  .tech-heading {
    text-align: left;
    align-self: flex-start;
    padding: 0 16px;
  }
  .success-heading-outer {
    padding: 0 16px 16px 16px;
  }
  h2 {
    font-size: 2rem;
  }
  .ai-smart-support {
    padding: 35px 30px;
  }
  .services-accordion {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 1114px) {
  .faq-question span.icon {
    font-size: 32px !important;
    width: 32px;
    height: 32px;
    text-align: center !important;
  }
  .ai-business-description {
    text-align: center;
  }
}

@media (max-width: 1182px) {
  .solution-card-new {
    /* flex: 0 0 calc(50% - 60px); */
    min-width: 420px;
  }
  .ai-hero-container {
    gap: 5px !important;
  }

  .ai-team-left {
    margin: 0 auto;
    max-width: 800px;
    height: auto;
    align-items: center;
  }
  .ai-team-left .content-title,
  .ai-team-left .ai-description {
    text-align: center;
  }
  .support-container {
    display: block;
    width: 100%;
  }
  .solution-card-title-ai {
    font-size: 1.25rem !important;
  }
  .ai-team-grid {
    gap: 1rem;
    max-width: 100% !important;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    align-content: center;
  }
}
@media (max-width: 1200px) {
  .success-cards {
    justify-content: center;
  }

  /* .success-card {
    flex: 0 0 calc(50% - 60px);
  } */
}

@media (max-width: 1220px) {
  .solution-card-description {
    font-size: 0.813rem;
  }
  .support-health-img {
    display: none;
  }
  .ai-smart-support {
    flex-direction: column;
  }
  .ai-support-circle {
    display: none;
  }
  .support-container {
    display: block;
    width: 100%;
  }
  .services-accordion {
    display: block;
    width: 100%;
  }
  .service-accordian-outer {
    position: unset;
  }
}
@media (max-width: 1393px) {
  .trust-card {
    flex-grow: 0;
  }
}
@media (max-width: 1367px) {
  .tech-cards-container {
    max-width: unset;
    min-width: 300px;
    margin: 0 auto;
    gap: 40px;
    background-image: none;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: left !important;
    scrollbar-width: none;
    overflow-y: hidden;
    /* max-width: 1024px; */
    flex-direction: row;

    gap: 30px;
    width: 100%;
    padding-top: 30px;
  }

  .tech-card-bg {
    max-width: 385px;
    min-width: 450px;
    height: fit-content;
    min-height: 432px;
  }
  .tech-card-bg:nth-child(2n) {
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .tech-card-bg:nth-child(3n) {
    left: 0;
  }
  .tech-card-bg:nth-child(4n) {
    left: 0;
  }
  .tech-card {
    max-width: 100%;
    min-height: 430px;
  }
  .ai-team-name {
    font-size: 13px;
  }
  .solution-cards-container {
    max-width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    scrollbar-width: none;
    overflow-x: auto;
  }

  .trust-card {
    min-width: 30.3%;
    /* max-width: 305px; */
  }
  .trust-banner {
    gap: 25px;
  }

  .expertise-card {
    max-width: 33.3%;
  }
  .expertise-bg {
    width: 135%;
    height: 215%;
  }
  .expertise-card .zigzag-border {
    width: auto;
  }
  .expertise-content {
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column;
  }
}
@media (max-width: 1440px) {
  /* .success-card {
    min-width: 395px;
  } */
  .success-cards {
    justify-content: flex-start !important;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .expertise-content {
    flex-direction: column;
    row-gap: 12px;
  }
}
@media (max-width: 1450px) {
  .trust-banner {
    flex-wrap: wrap;
  }
  /* .trust-card {
    min-width: 265px;
    max-width: 265px;
  } */
}

.ai-team-grid::-webkit-scrollbar-thumb {
  background: #686868;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-left: 0;
}
::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
}

.ai-team-grid::-webkit-scrollbar,
.ai-exp-solutions::-webkit-scrollbar,
.ai-business-right::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.ai-team-grid::-webkit-scrollbar-thumb,
.ai-exp-solutions::-webkit-scrollbar-thumb,
.ai-business-right::-webkit-scrollbar-thumb {
  background: none;
}

/* Media query for higher zoom level */
@media (resolution: 1.5dppx) /* @media (min-resolution: 144dpi) */ {
  html {
    scrollbar-width: thin;
  }
  .ai-hero .ai-health-circle {
    height: 850px;
  }
  .ai-hero-container {
    padding: 45px 0px;
  }
  .ai-hero-heading {
    font-size: 2.5rem;
    font-stretch: 25% 151%;
  }
  .ai-team-grid {
    gap: 1rem;
    justify-content: flex-start;
  }
  /* .ai-team-card:first-child {
    margin-left: 0;
  } */
  .ai-team-image-container {
    width: 120px;
    height: 140px;
  }
  .ai-team-card {
    width: 132px;
  }
  .ai-team-name {
    font-size: 11px;
  }
  .ai-team-role {
    font-size: 10px;
  }
  .ai-team-image-container {
    width: 130px;
    height: 145px;
  }
  .health-hero-content p {
    font-size: 0.875rem;
  }
  .expertise-feature {
    font-size: 0.65rem;
    line-height: 14px !important;
  }
  .expertise-title {
    font-size: 2.5cqmin;
  }
  .success-card-title {
    font-size: 18px !important;
  }
  .success-card-description {
    font-size: 2cqmin;
  }
  .solution-card-title-ai {
    font-size: 20px !important;
  }
  .solution-card-description {
    font-size: 2cqmin;
  }
  .ai-icon-hero {
    position: absolute;
    left: 6px;
    top: -18px;
  }
  .custom-img-title h2 {
    font-size: 1.75rem !important;
    line-height: 22px;
  }
  .trust-card {
    min-width: 258px;
    max-width: 300px;
  }
  .expertise-bg {
    width: 136%;
    height: 242%;
  }
  .trust-card .description {
    font-size: 0.75em;
  }
  .trust-card .content {
    padding-right: 0;
  }
  .trust-banner {
    margin: 30px auto;
  }
  .trust-card .number {
    font-size: 2rem;
  }
  .trust-card .icon-container {
    width: 48px;
    height: 48px;
  }
  .ai-support-circle {
    bottom: -20%;
  }
  h2,
  .support-ai-column-startups .support-ai-column-title,
  .ai-smart-title {
    font-size: 2rem !important;
  }
  .expertise-card {
    min-width: 32.5%;
  }
  .why-health-accordion-header span,
  .services-accordion-header span {
    font-size: 1rem;
  }
  .tech-card-text {
    font-size: 14px;
  }
  .solution-card-bg {
    max-height: 185px;
  }
  .ai-faq-container button.visual-item {
    font-size: 18px;
  }
  .faq-question span {
    font-weight: 400;
  }
  .expertise-content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  /* .trust-banner {
    flex-wrap: nowrap;
  } */
  .services-accordion {
    min-height: 555px;
    min-width: 500px;
  }
  .support-health-img {
    min-width: 500px;
  }
  .support-container {
    column-gap: 65px;
  }
  .success-card {
    min-width: 340px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .health-hero-content h2 {
    font-size: 4cqmin;
  }
  .health-hero-content p {
    max-width: 850px;
  }
}
